ARD2  1.00 for Rev B. Hardware
Airbag Reference Demonstrator using MPC5604P
main.h
Go to the documentation of this file.
00001 
00016 #ifndef _MAIN_H
00017 #define _MAIN_H
00018 
00019 #include "derivative.h"
00020 
00021 /*
00022  **************************************************************
00023  * Defines, Macros and Typedefs 
00024  **************************************************************/
00025 /*** Constant Macros ***/
00026 
00027 /*** Function Macros ***/
00028 
00029 /*** TypeDefs ***/
00030 
00031 
00032 /*
00033  **************************************************************
00034  * Declarations 
00035  **************************************************************/
00036 /*** Extern ***/
00037 
00038 /*** Globals ***/
00039 /* Types definition */
00040 
00041 /*** Static Globals ***/
00042 
00043 /*
00044  **************************************************************
00045  * Function Prototypes 
00046  **************************************************************/
00047 /*
00048  ******************************************************************************
00049  *
00050  * Function:          main()
00051  *
00052  */
00058 void main(void);
00059 /*
00060  ******************************************************************************
00061  *
00062  * Function:          vfnVerifyInitStatus()
00063  *
00064  */
00073 void vfnVerifyMCUInitStatus(uint8_t u8Status);
00074 #endif /* _FILENAME_H */